3.957 \(\int \frac {(d+e x)^m (a+b x+c x^2)^p}{f+g x} \, dx\)

Optimal. Leaf size=30 \[ \text {Int}\left (\frac {(d+e x)^m \left (a+b x+c x^2\right )^p}{f+g x},x\right ) \]

[Out]

Unintegrable((e*x+d)^m*(c*x^2+b*x+a)^p/(g*x+f),x)

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {(d+e x)^m \left (a+b x+c x^2\right )^p}{f+g x} \, dx \]

Verification is Not applicable to the result.

[In]

Int[((d + e*x)^m*(a + b*x + c*x^2)^p)/(f + g*x),x]

[Out]

Defer[Int][((d + e*x)^m*(a + b*x + c*x^2)^p)/(f + g*x), x]

Rubi steps

\begin {align*} \int \frac {(d+e x)^m \left (a+b x+c x^2\right )^p}{f+g x} \, dx &=\int \frac {(d+e x)^m \left (a+b x+c x^2\right )^p}{f+g x} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.17, size = 0, normalized size = 0.00 \[ \int \frac {(d+e x)^m \left (a+b x+c x^2\right )^p}{f+g x} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[((d + e*x)^m*(a + b*x + c*x^2)^p)/(f + g*x),x]

[Out]

Integrate[((d + e*x)^m*(a + b*x + c*x^2)^p)/(f + g*x), x]

________________________________________________________________________________________

fricas [A]  time = 1.14, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {{\left (c x^{2} + b x + a\right )}^{p} {\left (e x + d\right )}^{m}}{g x + f}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^m*(c*x^2+b*x+a)^p/(g*x+f),x, algorithm="fricas")

[Out]

integral((c*x^2 + b*x + a)^p*(e*x + d)^m/(g*x + f), x)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {{\left (c x^{2} + b x + a\right )}^{p} {\left (e x + d\right )}^{m}}{g x + f}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^m*(c*x^2+b*x+a)^p/(g*x+f),x, algorithm="giac")

[Out]

integrate((c*x^2 + b*x + a)^p*(e*x + d)^m/(g*x + f), x)

________________________________________________________________________________________

maple [A]  time = 0.13, size = 0, normalized size = 0.00 \[ \int \frac {\left (e x +d \right )^{m} \left (c \,x^{2}+b x +a \right )^{p}}{g x +f}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((e*x+d)^m*(c*x^2+b*x+a)^p/(g*x+f),x)

[Out]

int((e*x+d)^m*(c*x^2+b*x+a)^p/(g*x+f),x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {{\left (c x^{2} + b x + a\right )}^{p} {\left (e x + d\right )}^{m}}{g x + f}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^m*(c*x^2+b*x+a)^p/(g*x+f),x, algorithm="maxima")

[Out]

integrate((c*x^2 + b*x + a)^p*(e*x + d)^m/(g*x + f), x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.03 \[ \int \frac {{\left (d+e\,x\right )}^m\,{\left (c\,x^2+b\,x+a\right )}^p}{f+g\,x} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((d + e*x)^m*(a + b*x + c*x^2)^p)/(f + g*x),x)

[Out]

int(((d + e*x)^m*(a + b*x + c*x^2)^p)/(f + g*x), x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)**m*(c*x**2+b*x+a)**p/(g*x+f),x)

[Out]

Timed out

________________________________________________________________________________________